<?xml version="1.0"?>
<component name="org.nuxeo.ecm.quota.contrib.override">

  <require>org.nuxeo.ecm.quota.contrib</require>

  <documentation>

    Default contribution to the QuotaStatsService registering a
    QuotaStatsUpdater to count non-folderish documents.

    @author Thomas Roger (troger@nuxeo.com)
    @since 5.5
  

  </documentation>
  <extension point="quotaStatsUpdaters" target="org.nuxeo.ecm.quota.QuotaStatsService">

    <quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/>

    <quotaStatsUpdater class="org.nuxeo.ecm.quota.size.DocumentsSizeUpdater" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/>

  </extension>

</component>
